Skip to content

feat: add CLA workflow caller - #395

Merged
cmbengue merged 4 commits into
mainfrom
ka/394-enable-cla-workflow
Jan 15, 2026
Merged

feat: add CLA workflow caller#395
cmbengue merged 4 commits into
mainfrom
ka/394-enable-cla-workflow

Conversation

@k-alphonse

@k-alphonse k-alphonse commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

Purpose

This PR introduces an automated Contributor License Agreement (CLA) check. External contributors must agree to the CLA once via a lightweight GitHub-authenticated flow before their PRs can be merged. The check runs automatically on pull requests and blocks the merge only if a required CLA is missing.

CLA text: https://ecodesign.clima.caltech.edu/cla/download/

How to sign: authenticate with GitHub, type your name, and click the “I agree” button.

(Caltech, MIT, JPL Employees and automated bots are not affected.)

To-do

  • Add the CLA workflow caller

Content

  • Added .github/workflows/cla.yml using the organization template.

  • I have read and checked the items on the review checklist.

@k-alphonse
k-alphonse requested a review from cmbengue January 6, 2026 14:31
@k-alphonse k-alphonse self-assigned this Jan 6, 2026
@k-alphonse k-alphonse linked an issue Jan 6, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Jan 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.18%. Comparing base (2d80bc9) to head (d0225a5).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #395   +/-   ##
=======================================
  Coverage   94.18%   94.18%           
=======================================
  Files          10       10           
  Lines        1807     1807           
=======================================
  Hits         1702     1702           
  Misses        105      105           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cmbengue cmbengue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work on this. 💯

@cmbengue
cmbengue merged commit 1e19d4c into main Jan 15, 2026
9 checks passed
@cmbengue
cmbengue deleted the ka/394-enable-cla-workflow branch January 15, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable CLA Workflow

2 participants